{% extends 'installer/base_installer.html' %} {% block title %}Complete{% endblock %} {% block content %}

Installation complete

{% if info %} {{ info.institute }} is ready. Sign in with {{ info.username }}. {% else %} Your academy is ready. {% endif %}

Security: Keep storage/installed in place. Change the admin password after first login. Set DEBUG=False on live sites.
Go to admin login View homepage
{% endblock %}